Skip to content

Commit

Permalink
Merge pull request #16 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.2
  • Loading branch information
0x46616c6b authored Apr 1, 2024
2 parents cef8b04 + 3e2e86b commit 0d899f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup Node
uses: actions/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
needs: test
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup Node
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Deploy Documentation
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Publish
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup Node
uses: actions/[email protected]
Expand Down

0 comments on commit 0d899f0

Please sign in to comment.