Skip to content

Commit 3132e02

Browse files
authored
Merge pull request #89 from mietzen/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Bump actions/checkout from 4 to 5 in /.github/workflows
2 parents b7827f4 + 8a5004a commit 3132e02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Dependabot:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Install perquisite
1414
run: |
1515
pip3 install dockerfile-parse

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
push_matrix: ${{ steps.set-matrix.outputs.push_matrix }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Matrix-Jobs
@@ -64,7 +64,7 @@ jobs:
6464
${{ insert }}: ${{ fromJson(needs.Setup.outputs.build_matrix) }}
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868

6969
- name: Login to Docker Hub
7070
if: github.event_name == 'push'
@@ -157,7 +157,7 @@ jobs:
157157
${{ insert }}: ${{ fromJson(needs.Setup.outputs.push_matrix) }}
158158
steps:
159159
- name: Checkout
160-
uses: actions/checkout@v4
160+
uses: actions/checkout@v5
161161

162162
- name: Login to Docker Hub
163163
uses: docker/login-action@v3

0 commit comments

Comments
 (0)