Skip to content

Commit c081acd

Browse files
authored
Merge pull request #99 from treeform/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents 489dc51 + 2d2c407 commit c081acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v5
1515
- uses: jiro4989/setup-nim-action@v2
1616
with:
1717
nim-version: ${{ matrix.nim-version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
docs:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515
- uses: jiro4989/setup-nim-action@v2
1616
with:
1717
nim-version: ${{ env.nim-version }}

0 commit comments

Comments
 (0)