Skip to content

Commit db4934b

Browse files
chore(deps): update actions/checkout action to v5
1 parent 9408405 commit db4934b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
actions: write # for actions/cache to write to cache location
2828

2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3232
with:
3333
path: ~/.npm
@@ -68,7 +68,7 @@ jobs:
6868
actions: write # for actions/cache to write to cache location
6969

7070
steps:
71-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7373
with:
7474
path: ~/.elm
@@ -115,7 +115,7 @@ jobs:
115115
actions: write # for actions/cache to write to cache location
116116

117117
steps:
118-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
119119
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120120
with:
121121
path: ~/.npm
@@ -157,7 +157,7 @@ jobs:
157157
actions: write # for actions/cache to write to cache location
158158

159159
steps:
160-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
161161
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
162162
with:
163163
path: ~/.elm
@@ -204,7 +204,7 @@ jobs:
204204
actions: write # for actions/cache to write to cache location
205205

206206
steps:
207-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
207+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
208208
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
209209
with:
210210
path: ~/.elm

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
with:
3838
# We must fetch at least the immediate parents so that if this is
3939
# a pull request then we can checkout the head.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actions: write # for actions/cache to write to the cache location
2323

2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2727
with:
2828
path: ~/.elm

0 commit comments

Comments
 (0)