Skip to content

Commit 9f2bd07

Browse files
build(deps): bump the action-dependencies group with 2 updates
Bumps the action-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-dependencies - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b96bff commit 9f2bd07

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/_test.yml

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

4444
steps:
4545
- name: Checkout securesystemslib
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4747
with:
4848
persist-credentials: false
4949

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: test
2020
steps:
2121
- name: Checkout release tag
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
2424
persist-credentials: false
2525
ref: ${{ github.event.workflow_run.head_branch }}
@@ -54,7 +54,7 @@ jobs:
5454
release_id: ${{ steps.gh-release.outputs.result }}
5555
steps:
5656
- name: Fetch build artifacts
57-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
57+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5858
with:
5959
name: build-artifacts
6060
path: dist
@@ -98,7 +98,7 @@ jobs:
9898
id-token: write # to authenticate as Trusted Publisher to pypi.org
9999
steps:
100100
- name: Fetch build artifacts
101-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
101+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
102102
with:
103103
name: build-artifacts
104104
path: dist

.github/workflows/check-upstream-ed25519.yml

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

1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2020
with:
2121
persist-credentials: false
2222
- name: Test if ed25519 upstream main HEAD is what we expect

.github/workflows/test-kms-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Checkout securesystemslib
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717
with:
1818
persist-credentials: false
1919

.github/workflows/test-kms.yml

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

1818
steps:
1919
- name: Checkout securesystemslib
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2121
with:
2222
persist-credentials: false
2323

.github/workflows/test-sigstore.yml

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

1616
steps:
1717
- name: Checkout securesystemslib
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919
with:
2020
persist-credentials: false
2121

.github/workflows/test-vault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Checkout securesystemslib
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717
with:
1818
persist-credentials: false
1919

0 commit comments

Comments
 (0)