Skip to content

Commit bee20e9

Browse files
chore(deps): update actions/checkout action to v5
1 parent 04a2607 commit bee20e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.ref != 'refs/heads/master'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Extract metadata (tags, labels) for Docker
2121
id: meta
@@ -52,7 +52,7 @@ jobs:
5252
if: contains('["refs/heads/main", "refs/heads/master"]', github.ref)
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656

5757
# We use commit sha here to be as safe as possible with credentials.
5858
- name: Log in to the Container registry

0 commit comments

Comments
 (0)