mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-08 18:17:08 +00:00
Update package.yml (#996)
Changing the checkout v3 to v4, it is basically a fix which was causing the deprecated issue. Co-authored-by: Tim Finnigan <87778557+tim-finnigan@users.noreply.github.com> Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
This commit is contained in:
parent
72072f2ea6
commit
5393920a08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
contents: read
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue