Skip to content

Commit 36a3197

Browse files
chore: bump GitHub Actions(deps): bump actions/checkout from 4 to 5 (#68)
* chore: bump GitHub Actions(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestion from @lwasser * Apply suggestion from @lwasser --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leah Wasser <[email protected]>
1 parent f77555b commit 36a3197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Environment is encouraged for increased security
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
# This fetch element is only important if you are use SCM based
2121
# versioning (that looks at git tags to gather the version).

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ["3.11", "3.13"]
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444

4545
- name: Set up Python ${{ matrix.python-version }}
4646
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5

0 commit comments

Comments
 (0)