Skip to content

Commit 93bef9e

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19280b1 commit 93bef9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Nim ${{ matrix.os }} ${{ matrix.nim }} ${{ matrix.gc }} test
2626
steps:
2727
- name: Setup Nim Enviroment
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- uses: jiro4989/setup-nim-action@v2
3131
with:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
if: github.ref == 'refs/heads/master'
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565

6666
- name: "Setup nim"
6767
uses: jiro4989/setup-nim-action@v2

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Benchmark performance
1313
steps:
1414
- name: Setup Nim Enviroment
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)