Skip to content

Commit

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

Bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
glennj authored Nov 1, 2024
2 parents 3ea9ac9 + 4448a18 commit 5a81741
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938 # 2.3.4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 2.3.4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # 3.6.1
Expand Down

0 comments on commit 5a81741

Please sign in to comment.