Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Mar 24, 2023
1 parent 03117d0 commit 782ca43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
path: 'action'
- name: Trick Renovate
Expand All @@ -35,7 +35,7 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "::set-output name=version::${USES#*@}"
- name: Checkout test repo
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
repository: DanySK/Template-for-Gradle-Plugins
path: 'target'
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Semantic Release
Expand Down

0 comments on commit 782ca43

Please sign in to comment.