Skip to content

Commit a9ff1ef

Browse files
build(deps): bump the gha-updates group across 1 directory with 2 updates (#118)
Bumps the gha-updates group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/first-interaction](https://github.com/actions/first-interaction). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `actions/first-interaction` from 1 to 2 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v1...v2) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: actions/first-interaction dependency-version: '2' 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 e2b4123 commit a9ff1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4 # deploy needs git credentials
1919
- name: Download prepared docs
20-
uses: actions/download-artifact@v4
20+
uses: actions/download-artifact@v5
2121
with:
2222
name: docs-html-${{ github.sha }}
2323
path: docs/build/html

.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@v1
10+
- uses: actions/first-interaction@v2
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
issue-message: "Hi! thanks for your contribution!, great first issue!"

0 commit comments

Comments
 (0)