Skip to content

Commit 481f5d5

Browse files
authored
Merge pull request #74 from IntentProof/dependabot/github_actions/github-actions-08b3065b60
chore(deps): bump the github-actions group with 2 updates
2 parents 82cd1af + 3515d60 commit 481f5d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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@v4
14+
- uses: actions/checkout@v6
1515

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

40-
- uses: actions/setup-python@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version: '3.11'
4343

0 commit comments

Comments
 (0)