mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-09-05 04:57:21 +02:00
Bump actions/checkout from 4 to 5
Some checks failed
tests / unit-tests (push) Has been cancelled
tests / e2e-tests (task-develop-timew-develop, task [develop] & timew [develop], ubuntu-latest) (push) Has been cancelled
tests / e2e-tests (task-develop-timew-stable, task [develop] & timew [stable], ubuntu-latest) (push) Has been cancelled
tests / e2e-tests (task-stable-timew-develop, task [stable] & timew [develop], ubuntu-latest) (push) Has been cancelled
tests / e2e-tests (task-stable-timew-stable, task [stable] & timew [stable], ubuntu-latest) (push) Has been cancelled
Some checks failed
tests / unit-tests (push) Has been cancelled
tests / e2e-tests (task-develop-timew-develop, task [develop] & timew [develop], ubuntu-latest) (push) Has been cancelled
tests / e2e-tests (task-develop-timew-stable, task [develop] & timew [stable], ubuntu-latest) (push) Has been cancelled
tests / e2e-tests (task-stable-timew-develop, task [stable] & timew [develop], ubuntu-latest) (push) Has been cancelled
tests / e2e-tests (task-stable-timew-stable, task [stable] & timew [stable], ubuntu-latest) (push) Has been cancelled
Bumps [actions/checkout](https://github.com/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](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b47b135936
commit
c5076fa1d0
3 changed files with 4 additions and 4 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
unit-tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: |
|
||||
GHCR_REPOSITORY="${{ github.repository_owner }}"
|
||||
echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV}
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name : Login to GHCR
|
||||
uses : docker/login-action@v3.5.0
|
||||
with :
|
||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV}
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@v3.9.2
|
||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV}
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@v3.9.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue