diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b214ab3..d40f67c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan @@ -37,7 +37,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Tag Build and Push Testing Container uses: ./.github/actions/tag-build-push-container with: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b385ff6..fdbc4c6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5.0.0