Skip to content

Commit

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

Bump actions/checkout from v2.3.3 to v2.3.4
  • Loading branch information
uhafner authored Nov 13, 2020
2 parents 6af1bd1 + 1765e53 commit 4c1de03
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/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: Set up JDK 8
uses: actions/setup-java@v1
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/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4c1de03

Please sign in to comment.