Skip to content

Commit

Permalink
Merge pull request #140 from AUS-DOH-Safety-and-Quality/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
andrjohns authored Feb 1, 2024
2 parents 30154e3 + 96c56e1 commit b1d1888
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js 10.x
uses: actions/setup-node@v4
Expand Down

0 comments on commit b1d1888

Please sign in to comment.