Skip to content

Commit cda6e9b

Browse files
authored
Merge pull request #86 from jenkinsci/dependabot/github_actions/actions/checkout-v2.3.3
Bump actions/checkout from v2.3.2 to v2.3.3
2 parents 8f7e1b9 + 9ef7d02 commit cda6e9b

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
@@ -17,7 +17,7 @@ jobs:
1717
name: build on ${{ matrix.platform }}
1818

1919
steps:
20-
- uses: actions/[email protected].2
20+
- uses: actions/[email protected].3
2121
- name: Set up JDK 8
2222
uses: actions/setup-java@v1
2323
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/[email protected].2
13+
- uses: actions/[email protected].3
1414
- uses: micnncim/action-label-syncer@v1
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)