Skip to content

Commit efeb0a0

Browse files
authored
Merge pull request #75 from IntentProof/dependabot/github_actions/github-actions-640176b5ab
chore(deps): bump actions/checkout from 6 to 7 in the github-actions group
2 parents 481f5d5 + 9d65ebb commit efeb0a0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: "IntentProof CI: Build and Test"
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- name: Checkout intentproof-tools (SPEC_REF source)
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
repository: IntentProof/intentproof-tools
2020
ref: main
@@ -31,7 +31,7 @@ jobs:
3131
echo "ref=$ref" >> "$GITHUB_OUTPUT"
3232
3333
- name: Checkout intentproof-spec at pinned ref
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
repository: IntentProof/intentproof-spec
3737
ref: ${{ steps.spec_ref.outputs.ref }}

.github/workflows/release-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
name: "IntentProof Release: Test Python Package"
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }}
3737

3838
- name: Checkout intentproof-tools (SPEC_REF source)
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
with:
4141
repository: IntentProof/intentproof-tools
4242
ref: main
@@ -53,7 +53,7 @@ jobs:
5353
echo "ref=$ref" >> "$GITHUB_OUTPUT"
5454
5555
- name: Checkout intentproof-spec at pinned ref
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
repository: IntentProof/intentproof-spec
5959
ref: ${{ steps.spec_ref.outputs.ref }}
@@ -85,7 +85,7 @@ jobs:
8585
release_ref: ${{ steps.release.outputs.release_ref }}
8686
release_version: ${{ steps.release.outputs.release_version }}
8787
steps:
88-
- uses: actions/checkout@v6
88+
- uses: actions/checkout@v7
8989
with:
9090
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }}
9191

0 commit comments

Comments
 (0)