Skip to content

Commit

Permalink
Merge pull request #115 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
bartgolsteijn authored Mar 7, 2022
2 parents ef28b0e + e9ec640 commit 1838707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: npalm/action-docs-action@v1.1.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Lint check
uses: azohra/shell-linter@v0.6.0
with:
Expand Down

0 comments on commit 1838707

Please sign in to comment.