Skip to content

Commit c42feb8

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d2adfd commit c42feb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build+test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/cache@v4
1515
with:
1616
path: |
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: "Free up disk space"
3737
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- uses: actions/cache@v4
4040
with:
4141
path: |
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-22.04
5858

5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
- uses: actions/cache@v4
6262
with:
6363
path: |

0 commit comments

Comments
 (0)