Skip to content

Commit 563af7b

Browse files
authored
Merge pull request #7 from codebytes/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ebbf15e + 0968476 commit 563af7b

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@v4
22+
uses: actions/checkout@v5
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@v4
19+
- uses: actions/checkout@v5
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@v4
35+
- uses: actions/checkout@v5
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)