Skip to content

Commit d654f68

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 382120a commit d654f68

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code from GitHub
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616
with:
1717
fetch-depth: 2
1818
- name: Set up Python 3.13

.github/workflows/primer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
permissions: write-all
1313
steps:
1414
- name: Check out working version
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616
with:
1717
fetch-depth: 2
1818
- name: Check out changeable version
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
with:
2121
path: program_to_test
2222
fetch-depth: 0

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code from GitHub
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
- name: Set up Python 3.11
1515
uses: actions/setup-python@v5
1616
with:

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- name: Check out code from GitHub
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
- name: Set up Python ${{ matrix.python-version }}
2121
id: python
2222
uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
4141
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
4242
steps:
4343
- name: Check out code from GitHub
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
- name: Set temp directory
4646
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
4747
# Workaround to set correct temp directory on Windows
@@ -67,7 +67,7 @@ jobs:
6767
needs: ["tests-linux", "tests-windows"]
6868
steps:
6969
- name: Check out code from GitHub
70-
uses: actions/[email protected].1
70+
uses: actions/[email protected].2
7171
- name: Set up Python 3.11
7272
id: python
7373
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)