Skip to content

Commit e7a3267

Browse files
authored
Merge pull request #42 from nim-lang/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents c9aa6bc + c2af85b commit e7a3267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
gh-docs:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
ref: "gh-pages"
1313
- name: "install_nim"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
default:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- uses: iffy/install-nim@v5
1515
- run: nimble install -y
1616
- run: nimble test

0 commit comments

Comments
 (0)