Skip to content

Commit b3615fc

Browse files
committed
Update versions of some actions in use
1 parent 439faa7 commit b3615fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
name: runner / markdownlint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- name: markdownlint
10-
uses: reviewdog/action-markdownlint@v0.1
10+
uses: reviewdog/action-markdownlint@v0
1111
with:
1212
github_token: ${{ secrets.GITHUB_TOKEN }}
1313
fail_on_error: true

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
unit-tests:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: Run tests using Docker
1111
working-directory: .docker
1212
run: ./docker-tests.sh

0 commit comments

Comments
 (0)