Skip to content

Commit 0bff2d9

Browse files
Bump actions/checkout from 4.1.0 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ae6fc3 commit 0bff2d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
with:
3737
# We must fetch at least the immediate parents so that if this is
3838
# a pull request then we can checkout the head.

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 10
1212

1313
steps:
14-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
14+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515
- name: Set up Python
1616
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1717
with:

Diff for: .github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- { python-version: "3.9", os: "macos-13" }
2626

2727
steps:
28-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3131
with:
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: true
4747

4848
steps:
49-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5050
- name: 'Set up Python 3.8'
5151
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5252
with:
@@ -66,7 +66,7 @@ jobs:
6666
fail-fast: true
6767

6868
steps:
69-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
69+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7070
- name: 'Set up Python 3.8'
7171
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
7272
with:

0 commit comments

Comments
 (0)