Skip to content

Commit

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

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
thomashashi authored Mar 20, 2024
2 parents d57d2db + b9f7935 commit 84a880c
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Get Instruqt CLI
id: get-instruqt-cli
run: |-
Expand Down

0 comments on commit 84a880c

Please sign in to comment.