Skip to content

Commit a70d195

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 930837d commit a70d195

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: 'Test LocalStack GitHub Action'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
# We must hack the action call as remote to be able to use the relative paths
1919
# Could it break with different CWD? 🤔
@@ -42,7 +42,7 @@ jobs:
4242
name: 'Test LocalStack Version with Github Actions'
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646

4747
# We must hack the action call as remote to be able to use the relative paths
4848
# Could it break with different CWD? 🤔
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: ⚡️ Checkout the repository
74-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
74+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7575

7676
- name: Start LocalStack
7777
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: ⚡️ Checkout the repository
114-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
114+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
115115

116116
- name: Start LocalStack
117117
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1

.github/workflows/ephemeral.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: 'Test ephemeral instance workflow'
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
10+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111

1212
- name: Deploy Ephemeral Instance
1313
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1

0 commit comments

Comments
 (0)