Skip to content

Commit

Permalink
Merge pull request #391 from hashicorp/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0
  • Loading branch information
thomashashi authored Sep 5, 2023
2 parents 6da279d + de7f8da commit 58a4cf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: "Check workflow files"
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
2 changes: 1 addition & 1 deletion .github/workflows/instruqt-track-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout-source
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Get Instruqt CLI
id: get-instruqt-cli
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instruqt-track-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout-source
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Get Instruqt CLI
id: get-instruqt-cli
run: |-
Expand Down

0 comments on commit 58a4cf9

Please sign in to comment.