Skip to content

Commit 70f98a5

Browse files
authored
Merge pull request #401 from jenkinsci/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents 629fb69 + eae3a00 commit 70f98a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: on ${{ matrix.platform }}
1818

1919
steps:
20-
- uses: actions/checkout@v2.4.0
20+
- uses: actions/checkout@v3
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v2
2323
with:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Coverage on Ubuntu
1414

1515
steps:
16-
- uses: actions/checkout@v2.4.0
16+
- uses: actions/checkout@v3
1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v2
1919
with:

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.4.0
13+
- uses: actions/checkout@v3
1414
- uses: micnncim/[email protected]
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)