Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

ci(deps): update actions/checkout action to v3.1.0 #28

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: Checkout example gradle project
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
repository: ${{ env.repo-owner }}/${{ env.repo-name }}
ref: ${{ needs.fetch.outputs.version }}
Expand Down