Skip to content

Commit 9831cf3

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@24cb908...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f569d4 commit 9831cf3

17 files changed

+19
-19
lines changed

.github/workflows/annocheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: setenv
9292
run: |
9393
echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
94-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
94+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
9595
with:
9696
path: src
9797
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

.github/workflows/baseruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- ruby-3.2
4040

4141
steps:
42-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
42+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
4343
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4444
with:
4545
path: .downloaded-cache

.github/workflows/bundled_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
3535
echo "TODAY=$(date +%F)" >> $GITHUB_ENV
3636
37-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
37+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
3838

3939
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4040
with:

.github/workflows/check_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
git config --global advice.detachedHead 0
4848
git config --global init.defaultBranch garbage
49-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
49+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
5050
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5151
with:
5252
path: .downloaded-cache

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write # for Git to git push
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
17+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1818
- name: Check if C-sources are US-ASCII
1919
run: |
2020
! grep -r -n '[^ -~]' -- *.[chy] include internal win32/*.[ch]

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev bison autoconf ruby
5555
5656
- name: Checkout repository
57-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
57+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
5858

5959
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
6060
with:

.github/workflows/compilers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- name: setenv
217217
run: |
218218
echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
219-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
219+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
220220
with:
221221
path: src
222222
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git config --global advice.detachedHead 0
4444
git config --global init.defaultBranch garbage
45-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
45+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
4646
with:
4747
path: src
4848
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git config --global core.eol lf
5858
git config --global advice.detachedHead 0
5959
git config --global init.defaultBranch garbage
60-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
60+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
6161
with:
6262
path: src
6363
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

.github/workflows/rjit-bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
git config --global advice.detachedHead 0
5858
git config --global init.defaultBranch garbage
59-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
59+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
6060
with:
6161
path: src
6262
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

0 commit comments

Comments
 (0)