diff --git a/.github/workflows/ibis.yml b/.github/workflows/ibis.yml index 72ae46917..db03da38a 100644 --- a/.github/workflows/ibis.yml +++ b/.github/workflows/ibis.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index a2115b3a3..09145aebd 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -7,12 +7,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 with: fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.34.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: false -