Skip to content

Commit

Permalink
Merge pull request #60 from exercism/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
glennj authored May 17, 2024
2 parents 353fa32 + a262b32 commit c035330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
submodules: recursive
- name: Run Tests in Docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 2.3.4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 2.3.4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # 3.3.0
Expand Down

0 comments on commit c035330

Please sign in to comment.