Skip to content

Commit 98f606b

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#607)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d51f701 commit 98f606b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
otps: ${{ steps.versions.outputs.versions }}
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Get latest OTP versions
1515
id: versions
1616
env:
@@ -30,7 +30,7 @@ jobs:
3030
container:
3131
image: erlang:${{ matrix.otp }}
3232
steps:
33-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3434
- name: Install dependencies
3535
run: apt update && apt install --yes jq
3636
- name: run tests

.github/workflows/uuid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
uuid:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
9+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1010
- run: sudo apt install --yes jq
1111
- run: |
1212
bad_uuid=$(cat config.json | jq --raw-output '.exercises | map(.uuid) | .[]' | grep -vE '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' || true)

0 commit comments

Comments
 (0)