Skip to content

Commit 1213194

Browse files
Update actions/checkout action to v7.0.1 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ecf4f4 commit 1213194

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
py_version: ${{ steps.python_version.outputs.py_version }}
1212
cp_tag: ${{ steps.python_version.outputs.cp_tag }}
1313
steps:
14-
- uses: actions/checkout@v7
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
with:
1616
fetch-depth: 0
1717
- name: Fetch Python version from docker-borgmatic Dockerfile
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
CIBW_BUILD: '${{ needs.setup.outputs.cp_tag }}-musllinux_*'
7070
steps:
71-
- uses: actions/checkout@v7
71+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7272
- name: Set up QEMU
7373
uses: docker/setup-qemu-action@v4
7474
with:

.github/workflows/sync-recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616

1717
steps:
18-
- uses: actions/checkout@v7
18+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919

2020
- name: Parse requirements.txt and sync recipes
2121
id: sync

0 commit comments

Comments
 (0)