Skip to content
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/create-artifact-with-features-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout current repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Create artifact
uses: actions/upload-artifact@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validate-features-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:
# Clone repository that's calling this reusable workflow
- name: Checkout current repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 2

# Clone the localstack/meta repo to access required Python scripts and JSON schema files
- name: Checkout localstack/meta repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'localstack/meta'
sparse-checkout: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-test-durations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: "Download, merge and publish test durations"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: ${{ inputs.repository-name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Python
id: setup-python
Expand Down