Skip to content

Commit 0ad326b

Browse files
authored
Merge pull request #547 from sustainable-computing-io/dependabot/github_actions/github-actions-9c73832342
chore(deps): Bump the github-actions group with 3 updates
2 parents 33ae244 + 2122a2f commit 0ad326b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: upload artifacts on failure
9898
if: ${{ failure() }}
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: integration-test-artifacts
102102
path: tmp/e2e

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
verify_model_training_script:
250250
runs-on: ubuntu-latest
251251
steps:
252-
- uses: actions/checkout@v4.1.1
252+
- uses: actions/checkout@v4
253253
- name: local script test
254254
run: cd model_training && ./script.sh prepare_cluster
255255
- name: clean up

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Login to Quay.io
21-
uses: docker/login-action@v2
21+
uses: docker/login-action@v3
2222
with:
2323
registry: ${{ vars.IMAGE_REGISTRY }}
2424
username: ${{ secrets.BOT_NAME }}

0 commit comments

Comments
 (0)