Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent 7ab6dd9 commit 4a6c1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Fetch sources
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Setup Java
uses: actions/setup-java@v3.9.0
Expand All @@ -45,7 +45,7 @@ jobs:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
steps:
- name: Fetch sources
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
token: ${{ secrets.PERSONAL_TOKEN }}

Expand Down

0 comments on commit 4a6c1ae

Please sign in to comment.