Skip to content

Commit a9fdd20

Browse files
authored
Merge pull request #1 from actcoding/dependabot/github_actions/dot-github/workflows/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5 in /.github/workflows
2 parents d5fe7da + a714333 commit a9fdd20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: ${{ github.actor }}
4343
password: ${{ github.token }}
4444

45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646

4747
- name: Extract metadata (tags, labels) for Docker
4848
id: meta

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
skopeo login -u ${{ github.actor }} -p ${{ github.token }} ghcr.io
4242
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
token: "${{ github.token }}"
4646

0 commit comments

Comments
 (0)