Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 16, 2022
1 parent da811a1 commit 70c2084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
path: 'action'
- name: Trick Renovate
Expand All @@ -32,7 +32,7 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "::set-output name=version::${USES#*@}"
- name: Checkout test repo
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
repository: DanySK/Template-for-Gradle-Plugins
path: 'target'
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 70c2084

Please sign in to comment.