Skip to content

Commit 68e5746

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fc045d commit 68e5746

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 1
1717

@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838

3939
- name: Checkout code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 1
4343

.github/workflows/nix-action-rocq-dev.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
99
}}\" >> $GITHUB_ENV\nfi\n"
1010
- name: Git checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
ref: ${{ env.target_commit }}
@@ -22,7 +22,7 @@ jobs:
2222
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
2323
\ fi\nfi\n"
2424
- name: Git checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
ref: ${{ env.tested_commit }}
@@ -63,7 +63,7 @@ jobs:
6363
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
6464
}}\" >> $GITHUB_ENV\nfi\n"
6565
- name: Git checkout
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969
ref: ${{ env.target_commit }}
@@ -77,7 +77,7 @@ jobs:
7777
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
7878
\ fi\nfi\n"
7979
- name: Git checkout
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 0
8383
ref: ${{ env.tested_commit }}
@@ -126,7 +126,7 @@ jobs:
126126
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
127127
}}\" >> $GITHUB_ENV\nfi\n"
128128
- name: Git checkout
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@v6
130130
with:
131131
fetch-depth: 0
132132
ref: ${{ env.target_commit }}
@@ -140,7 +140,7 @@ jobs:
140140
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
141141
\ fi\nfi\n"
142142
- name: Git checkout
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v6
144144
with:
145145
fetch-depth: 0
146146
ref: ${{ env.tested_commit }}
@@ -204,7 +204,7 @@ jobs:
204204
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
205205
}}\" >> $GITHUB_ENV\nfi\n"
206206
- name: Git checkout
207-
uses: actions/checkout@v4
207+
uses: actions/checkout@v6
208208
with:
209209
fetch-depth: 0
210210
ref: ${{ env.target_commit }}
@@ -218,7 +218,7 @@ jobs:
218218
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
219219
\ fi\nfi\n"
220220
- name: Git checkout
221-
uses: actions/checkout@v4
221+
uses: actions/checkout@v6
222222
with:
223223
fetch-depth: 0
224224
ref: ${{ env.tested_commit }}

0 commit comments

Comments
 (0)