Skip to content

Commit 1050a4e

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 7.0.1 (#163)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00435bd commit 1050a4e

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Verify changelog matches version bump
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
client-id: Iv23liKBX2RYMoZIYuKa
2727
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
2828
owner: hotdata-dev
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
3030
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3131
with:
3232
python-version: '3.12'
@@ -69,7 +69,7 @@ jobs:
6969
unit:
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
72+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
7373
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
7474
with:
7575
python-version: '3.12'
@@ -86,7 +86,7 @@ jobs:
8686
integration:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
89+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
9090
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
9191
with:
9292
python-version: '3.12'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
exit 1
4949
fi
5050
51-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
51+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
5252
with:
5353
ref: ${{ env.RELEASE_TAG }}
5454

.github/workflows/regenerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
2525
owner: hotdata-dev
2626

27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2828
with:
2929
token: ${{ steps.app-token.outputs.token }}
3030
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
exit 1
3535
fi
3636
37-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
37+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
3838
with:
3939
ref: ${{ env.RELEASE_TAG }}
4040
fetch-depth: 0

0 commit comments

Comments
 (0)