Skip to content

Commit d565c5d

Browse files
committed
ci(gh-actions): ⬆️ update outdated GitHub Actions
1 parent 8906c5d commit d565c5d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
steps:
6767
# Access the tag from the first workflow's outputs
6868
- name: ⬇️ Checkout code
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v6
7070
- name: 🐍 Set up Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: "3.x"
7474
- name: 🚧 Set up Python Environment

β€Ž.github/workflows/testing.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
steps:
4747
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4848
- name: ⬇️ Checkout code
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
- name: 🐍 Set up Python v${{ env.PYTHON_VERSION }}
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ env.PYTHON_VERSION }}
5454
- name: πŸ”½ Install flake8
@@ -65,9 +65,9 @@ jobs:
6565
needs: [lint]
6666
steps:
6767
- name: ⬇️ Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v6
6969
- name: 🐍 Set up Python v${{ env.PYTHON_VERSION }}
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373
- name: πŸ”„ Upgrade pip

0 commit comments

Comments
Β (0)