Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down