Skip to content

Commit 727a747

Browse files
Bump actions/checkout from 5 to 6 (#36)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d2b477 commit 727a747

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/create-artifact-with-features-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout current repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Create artifact
2424
uses: actions/upload-artifact@v5

.github/workflows/pr-validate-features-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
# Clone repository that's calling this reusable workflow
2222
- name: Checkout current repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 2
2626

2727
# Clone the localstack/meta repo to access required Python scripts and JSON schema files
2828
- name: Checkout localstack/meta repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
repository: 'localstack/meta'
3232
sparse-checkout: |

.github/workflows/update-test-durations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: "Download, merge and publish test durations"
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
path: ${{ inputs.repository-name }}
4040

.github/workflows/upgrade-python-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Set up Python
2525
id: setup-python

0 commit comments

Comments
 (0)