diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 6565c8c0..125686c3 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.5.0 + uses: dependabot/fetch-metadata@v3.1.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f818c0da..1e7f3c01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: fetch-depth: 0 # required for git date plugin - name: Install mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 with: install: true cache: true @@ -18,7 +18,7 @@ jobs: run: mise run build nav ssb test-nais ldir atil ci-nais dev-nais - name: Upload generated doc artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: out-folder path: out # This uploads all the files in the out folder, not the folder itself @@ -51,7 +51,7 @@ jobs: bucket: doc.atil.cloud.nais.io steps: - name: Download generated doc artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: out-folder