diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-30 13:46:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 13:46:56 +0100 |
| commit | 7ef50b4c8e0e0e413f4c2b9426b5721ba55fdd76 (patch) | |
| tree | b3164e1470816409094692225ec365cb8b076717 /.github/workflows | |
| parent | locale: some more Italian translations & fix english translations (#185) (diff) | |
| download | sharkey-7ef50b4c8e0e0e413f4c2b9426b5721ba55fdd76.tar.gz sharkey-7ef50b4c8e0e0e413f4c2b9426b5721ba55fdd76.tar.bz2 sharkey-7ef50b4c8e0e0e413f4c2b9426b5721ba55fdd76.zip | |
chore(deps): bump actions/first-interaction from 1.2.0 to 1.3.0 (#186)
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](https://github.com/actions/first-interaction/compare/v1.2.0...v1.3.0)
---
updated-dependencies:
- dependency-name: actions/first-interaction
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/welcome.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index ada3db2d5f..fb6c9ebdff 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -8,7 +8,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1.2.0 + - uses: actions/first-interaction@v1.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: | |