Skip to content

Commit e3f2965

Browse files
build(deps): bump the gha-updates group with 2 updates (#124)
Bumps the gha-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/first-interaction](https://github.com/actions/first-interaction). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/first-interaction` from 2 to 3 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: actions/first-interaction dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8fdd2c commit e3f2965

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- uses: actions/setup-python@v5
5454
with:
5555
python-version: ${{ matrix.python-version }}

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v5
4040
with:

.github/workflows/cleanup-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Cleanup
1515
run: |

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
needs: build-docs
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4 # deploy needs git credentials
18+
- uses: actions/checkout@v5 # deploy needs git credentials
1919
- name: Download prepared docs
2020
uses: actions/download-artifact@v5
2121
with:

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
greeting:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/first-interaction@v2
10+
- uses: actions/first-interaction@v3
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
issue-message: "Hi! thanks for your contribution!, great first issue!"

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.10"

0 commit comments

Comments
 (0)