Skip to content

Commit a96eae5

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 (#58)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b909ba commit a96eae5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5.0.0
20+
uses: actions/checkout@v6.0.0
2121

2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v3.7.0

.github/workflows/lint.yaml

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

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5.0.0
23+
uses: actions/checkout@v6.0.0
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)