Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2023
1 parent 6176300 commit 9d0639d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./
id: changelog
with:
Expand All @@ -19,7 +19,7 @@ jobs:
test-action-with-empty-inputs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./
id: changelog
with:
Expand Down

0 comments on commit 9d0639d

Please sign in to comment.