Skip to content

Commit f1c4af5

Browse files
build(deps): bump the actions group with 2 updates (#4698)
1 parent 552eaba commit f1c4af5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version-file: "pyproject.toml"
2525
- name: Install uv ${{ vars.UV_VERSION }}
26-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
26+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2727
with:
2828
enable-cache: true
2929
version: ${{ vars.UV_VERSION }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
python-version-file: "pyproject.toml"
6868
- name: Install uv ${{ vars.UV_VERSION }}
69-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
69+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
7070
with:
7171
enable-cache: true
7272
version: ${{ vars.UV_VERSION }}
@@ -76,7 +76,7 @@ jobs:
7676
if: always()
7777
run: cp -r ./tests/core/pyspec/test-reports ./tests/core/pyspec/test-results-framework-${{ github.run_number }}
7878
- name: Upload framework test results
79-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
79+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8080
if: always()
8181
with:
8282
name: test-results-framework-${{ github.run_number }}
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
python-version-file: "pyproject.toml"
108108
- name: Install uv ${{ vars.UV_VERSION }}
109-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
109+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
110110
with:
111111
enable-cache: true
112112
version: ${{ vars.UV_VERSION }}
@@ -116,7 +116,7 @@ jobs:
116116
if: always()
117117
run: cp -r ./tests/core/pyspec/test-reports ./tests/core/pyspec/test-results-minimal-${{ matrix.fork }}-${{ github.run_number }}
118118
- name: Upload ${{ matrix.fork }} test results
119-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
119+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
120120
if: always()
121121
with:
122122
name: test-results-minimal-${{ matrix.fork }}-${{ github.run_number }}

.github/workflows/nightly-reftests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version-file: "consensus-specs/pyproject.toml"
3838
- name: Install uv ${{ vars.UV_VERSION }}
39-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
39+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4040
with:
4141
enable-cache: true
4242
version: ${{ vars.UV_VERSION }}
@@ -54,22 +54,22 @@ jobs:
5454
tar -czvf minimal.tar.gz tests/minimal
5555
tar -czvf mainnet.tar.gz tests/mainnet
5656
- name: Upload general.tar.gz
57-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5858
with:
5959
name: General Test Configuration
6060
path: consensus-spec-tests/general.tar.gz
6161
- name: Upload minimal.tar.gz
62-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363
with:
6464
name: Minimal Test Configuration
6565
path: consensus-spec-tests/minimal.tar.gz
6666
- name: Upload mainnet.tar.gz
67-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868
with:
6969
name: Mainnet Test Configuration
7070
path: consensus-spec-tests/mainnet.tar.gz
7171
- name: Upload consensustestgen
72-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373
with:
7474
name: consensustestgen.log
7575
path: consensustestgen.log

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version-file: "pyproject.toml"
4444
- name: Install uv ${{ vars.UV_VERSION }}
45-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
45+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4646
with:
4747
enable-cache: true
4848
version: ${{ vars.UV_VERSION }}
@@ -52,7 +52,7 @@ jobs:
5252
if: always()
5353
run: cp -r ./tests/core/pyspec/test-reports ./tests/core/pyspec/test-results-mainnet-${{ matrix.fork }}-${{ github.run_number }}
5454
- name: Upload ${{ matrix.fork }} test results
55-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5656
if: always()
5757
with:
5858
name: test-results-mainnet-${{ matrix.fork }}-${{ github.run_number }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version-file: "consensus-specs/pyproject.toml"
2929

3030
- name: Install uv ${{ vars.UV_VERSION }}
31-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
31+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
3232
with:
3333
enable-cache: true
3434
version: ${{ vars.UV_VERSION }}

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv ${{ vars.UV_VERSION }}
24-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
24+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2525
with:
2626
enable-cache: true
2727
version: ${{ vars.UV_VERSION }}

0 commit comments

Comments
 (0)