Skip to content

Commit f501523

Browse files
fix: bump actions/checkout from 3.5.2 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adc38cc commit f501523

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.9", "3.10", "3.11", "3.12"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v4.1.7
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v3
2525
with:

.github/workflows/schedule-update-actions.yml

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

1414
steps:
15-
- uses: actions/checkout@v3.5.2
15+
- uses: actions/checkout@v4.1.7
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.PAT }}

.github/workflows/template-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
sync:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3.5.2 # important!
8+
- uses: actions/checkout@v4.1.7 # important!
99
- uses: euphoricsystems/action-sync-template-repository@v2.5.1
1010
with:
1111
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)