Skip to content

Commit c009c50

Browse files
committed
staving off workflow deprecations for another year
1 parent 428d99e commit c009c50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
package-version: ${{ steps.get_version.outputs.version }}
2828
steps:
2929
- name: Checkout Code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0 # Ensure full Git history is available for versioning
3333
fetch-tags: true
3434

3535
- name: Set Up Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.x'
3939

@@ -85,7 +85,7 @@ jobs:
8585
project-version: ${{ steps.set_version.outputs.version }}
8686
steps:
8787
- name: Checkout Code
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 0 # Ensure full Git history is available for versioning
9191

@@ -110,7 +110,7 @@ jobs:
110110
Get-Content $env:GITHUB_ENV
111111
112112
- name: Set Up Python
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
with:
115115
python-version: '3.x'
116116

@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
steps:
207207
- name: Checkout Code
208-
uses: actions/checkout@v4
208+
uses: actions/checkout@v6
209209
- name: Download Executable Artifact
210210
uses: actions/download-artifact@v4
211211
with:

0 commit comments

Comments
 (0)