Skip to content

Commit 564d41c

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#489)
1 parent 5bd3c07 commit 564d41c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GLOBAL: https://raw.githubusercontent.com/conda/infra/main/.github/global.yml
3535
LOCAL: .github/labels.yml
3636
steps:
37-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
37+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838
with:
3939
persist-credentials: false
4040

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Retrieve the source code
27-
uses: actions/checkout@v6.0.3
27+
uses: actions/checkout@v7.0.0
2828
with:
2929
fetch-depth: 0
3030
- name: Install build dependencies
@@ -59,7 +59,7 @@ jobs:
5959
os: [ubuntu-latest,macos-14,windows-latest]
6060
steps:
6161
- name: Retrieve the source code
62-
uses: actions/checkout@v6.0.3
62+
uses: actions/checkout@v7.0.0
6363
- uses: conda-incubator/setup-miniconda@v4.0.1
6464
with:
6565
auto-update-conda: true
@@ -115,7 +115,7 @@ jobs:
115115
conda_deps: ""
116116
steps:
117117
- name: Retrieve the source code
118-
uses: actions/checkout@v6.0.3
118+
uses: actions/checkout@v7.0.0
119119
- id: conda-root
120120
name: Set CONDA_ROOT
121121
run: |
@@ -156,7 +156,7 @@ jobs:
156156
if: github.event_name == 'push'
157157
steps:
158158
- name: Retrieve the source code
159-
uses: actions/checkout@v6.0.3
159+
uses: actions/checkout@v7.0.0
160160
with:
161161
fetch-depth: 0
162162
- name: Download the build artifacts

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6.0.3
10+
- uses: actions/checkout@v7.0.0
1111
- uses: actions/setup-python@v6
1212
with:
1313
python-version: 3.11

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write # Required to open the generated update pull request.
2525
issues: write # Required for generated update pull request metadata.
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2828
with:
2929
repository: ${{ env.REPOSITORY || github.repository }}
3030
ref: ${{ env.REF || '' }}

0 commit comments

Comments
 (0)