Skip to content

Commit 9b68628

Browse files
authored
Merge pull request #196 from gocd-contrib/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 118aee0 + 42030cd commit 9b68628

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Set up JDK
1414
uses: actions/setup-java@v2
1515
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2121
PRERELEASE: "${{ github.event.inputs.prerelease }}"
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 0
2626
- name: Set up JDK

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Set up JDK
1616
uses: actions/setup-java@v2
1717
with:
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_USER: "gocd-contrib"
2727
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
with:
3131
fetch-depth: 0
3232
- name: Set up JDK

0 commit comments

Comments
 (0)