Skip to content

Commit e1d5f2f

Browse files
authored
👷‍♂️ Bump actions/checkout to v5 (#1463)
1 parent 772b41c commit e1d5f2f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci-all-via-ir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
profile: [via-ir-0,via-ir-1,via-ir-2,via-ir-3]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install Foundry
1919
uses: foundry-rs/foundry-toolchain@v1

.github/workflows/ci-invariant-intense.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
profile: [invariant-intense-0,invariant-intense-1,invariant-intense-2,invariant-intense-3]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install Foundry
1919
uses: foundry-rs/foundry-toolchain@v1

.github/workflows/ci-super-intense.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
profile: [super-intense-0,super-intense-1]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install Foundry
1919
uses: foundry-rs/foundry-toolchain@v1

.github/workflows/ci-wake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
profile: [via-ir-off, via-ir-on]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Setup Wake
1919
uses: Ackee-Blockchain/[email protected]

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
profile: [post-cancun,post-cancun-via-ir,solc-past-versions-0,solc-past-versions-1,via-ir,min-solc,min-solc-via-ir,intense]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Install Foundry Stable
2323
uses: foundry-rs/foundry-toolchain@v1
2424
with:
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
profile: [post-cancun,post-cancun-via-ir]
8787
steps:
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v5
8989
- name: Install Foundry Nightly
9090
uses: foundry-rs/foundry-toolchain@v1
9191
with:
@@ -108,7 +108,7 @@ jobs:
108108
- ubuntu-latest
109109
steps:
110110
- name: Checkout
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v5
112112
- name: Run codespell
113113
uses: codespell-project/[email protected]
114114
with:
@@ -126,7 +126,7 @@ jobs:
126126
- ubuntu-latest
127127
steps:
128128
- name: Checkout code
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@v5
130130
- name: Install Foundry
131131
uses: foundry-rs/foundry-toolchain@v1
132132
with:
@@ -150,7 +150,7 @@ jobs:
150150
- ubuntu-latest
151151
steps:
152152
- name: Checkout code
153-
uses: actions/checkout@v4
153+
uses: actions/checkout@v5
154154
- name: Install Foundry
155155
uses: foundry-rs/foundry-toolchain@v1
156156
with:

0 commit comments

Comments
 (0)