Skip to content

Commit 5bd694d

Browse files
committed
chore(deps): Update GitHub actions dependencies
1 parent c284993 commit 5bd694d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Install Nix with cached packages
21-
uses: rikhuijzer/cache-install@v.1.1.3
21+
uses: rikhuijzer/cache-install@v1.1.4
2222
with:
2323
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
2424
nix_file: nix/github-workflow-dependencies.nix
2525
- name: Build
2626
run: nix-build
2727
- name: Upload Javadoc artifact
2828
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: result/share/github-pages/DiffDetective
3232

@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Publish Javadoc to Github Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v1
53+
uses: actions/deploy-pages@v4
5454

5555
# Kill in progress deployments because only the newest version is relevant
5656
# and concurrent deployments cause CI failures.

0 commit comments

Comments
 (0)