Skip to content

Commit

Permalink
Merge pull request #349 from jenkinsci/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
uhafner authored Oct 21, 2021
2 parents e4fc527 + 8f2f11f commit 494dae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: on ${{ matrix.platform }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 494dae8

Please sign in to comment.