Skip to content

Commit 25cf795

Browse files
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b9cb34 commit 25cf795

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
sudo rm -rf /usr/local/lib/android
267267
sudo rm -rf /opt/ghc /usr/local/.ghcup
268268
sudo docker system prune -f
269-
- uses: actions/checkout@v6
269+
- uses: actions/checkout@v7
270270
- name: Set up Python ${{ env.PYTHON_VER1 }}
271271
uses: actions/setup-python@v6
272272
with:

.github/workflows/pythonapp-hyena-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
options: --gpus all --env NVIDIA_DISABLE_REQUIRE=true
4343
runs-on: [self-hosted, linux, x64, common]
4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)