Skip to content

Commit

Permalink
(merge) Bump actions/checkout from 3 to 3.1.0
Browse files Browse the repository at this point in the history
Merge pull request #72 from exercism/dependabot/github_actions/actions/checkout-3.1.0
  • Loading branch information
loziniak authored Nov 27, 2022
2 parents f20859a + 55a8feb commit 70cd7bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Run tests for all exercises
run: bin/test
4 changes: 2 additions & 2 deletions .github/workflows/pr.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout PR
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Use Node.js LTS (12.x)
uses: <action to setup tooling>
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
# Optionally, add more matrix variables, such as os or arch

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Use <setup tooling> ${{ matrix.version }}
uses: <action to setup tooling>
with:
Expand Down

0 comments on commit 70cd7bf

Please sign in to comment.