Skip to content

Commit 5bdfc19

Browse files
author
Dennis Labordus
authored
Merge pull request #55 from com-pas/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 717ffdc + b1697f4 commit 5bdfc19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: REUSE Compliance Check
1515
uses: fsfe/reuse-action@v1

.github/workflows/run-integration-tests-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
- name: Set up Docker Buildx
2424
id: buildx
2525
uses: docker/setup-buildx-action@v1

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
- name: Set up Docker Buildx
2424
id: buildx
2525
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)