Skip to content

Commit eb5b226

Browse files
committed
ci: bump action versions, mozilla-actions/[email protected], docker/build-push-action@v6
1 parent 45ec447 commit eb5b226

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: Cache
23-
uses: mozilla-actions/[email protected].3
23+
uses: mozilla-actions/[email protected].5
2424
- name: Check out
2525
uses: actions/checkout@v4
2626
- name: Install Rust

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Docker GitHub release
35-
uses: docker/build-push-action@v5
35+
uses: docker/build-push-action@v6
3636
with:
3737
context: .
3838
file: deploy/Dockerfile

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: Cache
23-
uses: mozilla-actions/[email protected].3
23+
uses: mozilla-actions/[email protected].5
2424
- name: Check out
2525
uses: actions/checkout@v4
2626
- name: Install Rust

0 commit comments

Comments
 (0)