Skip to content

Commit 819f2ae

Browse files
authored
Merge pull request #9 from test-network-function/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 80b24a6 + 8f24276 commit 819f2ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checkbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: check if result.html is up to date with index.html
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: install nodejs
1616
run: sudo apt-get update; sudo apt-get -y install nodejs npm; npm install inline-source
1717
- name: modify build sccript

.github/workflows/linters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Javascript linter (standard)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Init yarn
1616
run: yarn init -y
1717
- name: Install standard modules
@@ -23,7 +23,7 @@ jobs:
2323
name: CSS linter (stylelint)
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- name: Init yarn
2828
run: yarn init -y
2929
- name: Install standard modules
@@ -39,7 +39,7 @@ jobs:
3939
name: HTML linter (html5validator)
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- uses: Cyb3r-Jak3/[email protected]
4444
with:
4545
root: html/

0 commit comments

Comments
 (0)