Skip to content

Commit b7b09ef

Browse files
authored
Merge pull request #11 from codebytes/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f98981e + 1d1e5e4 commit b7b09ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
TAG: ${{ github.sha }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
# Install the cosign tool except on PR
2424
# https://github.com/sigstore/cosign-installer
2525
- name: Install cosign

.github/workflows/dotnet-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
TAG: ${{ github.sha }}
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- uses: actions/setup-dotnet@v4
2222
with:

.github/workflows/marp-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- name: Copy images
3737
run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes
3838

0 commit comments

Comments
 (0)