Skip to content

Commit 0d49d96

Browse files
authored
Merge pull request #208 from jenkinsci/dependabot/github_actions/actions/checkout-3.0.2
Bump actions/checkout from 2.4.0 to 3.0.2
2 parents eb73d6e + 3c899f7 commit 0d49d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v3.0.2
2323
- name: Set up JDK ${{ matrix.jdk }}
2424
uses: actions/setup-java@v3
2525
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.0.2
1414
- uses: micnncim/action-label-syncer@v1.3.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)