Skip to content

Commit f700e72

Browse files
authored
Merge pull request #29 from hundehausen/dependabot/github_actions/github-actions-6a98abd9ac
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group
2 parents c801d67 + 0fefbba commit f700e72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
packages: write
8484
steps:
8585
- name: Checkout code
86-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
86+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8787
with:
8888
fetch-depth: 0 # Fetch all history for better versioning
8989

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222

2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

0 commit comments

Comments
 (0)