Skip to content

Commit bb34292

Browse files
authored
Merge pull request #1 from justdan6/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents d9a4862 + acdef5a commit bb34292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
-
3131
name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
-
3434
name: Docker meta
3535
id: meta

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
# https://github.com/FiloSottile/mkcert#installation
2020
- name: Install and setup mkcert

0 commit comments

Comments
 (0)