Skip to content

Commit a8cacb0

Browse files
committed
.github: Update workflow deps
1 parent b12e485 commit a8cacb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/book.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
if: github.repository == 'zhaofengli/attic'
1717

1818
steps:
19-
- uses: actions/checkout@v3.0.2
19+
- uses: actions/checkout@v4.1.1
2020

21-
- uses: DeterminateSystems/nix-installer-action@v1
21+
- uses: DeterminateSystems/nix-installer-action@v9
2222
continue-on-error: true # Self-hosted runners already have Nix installed
2323

2424
- name: Install Attic
@@ -40,12 +40,12 @@ jobs:
4040
cp --recursive --dereference --no-preserve=mode,ownership result public
4141
4242
- name: Upload book artifact
43-
uses: actions/upload-pages-artifact@v1.0.7
43+
uses: actions/upload-pages-artifact@v2.0.0
4444
with:
4545
path: public
4646

4747
- name: Deploy book
48-
uses: actions/deploy-pages@v1.2.3
48+
uses: actions/deploy-pages@v3.0.1
4949

5050
# TODO: Just take a diff of the list of store paths, also abstract all of this out
5151
- name: Push build artifacts

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
contents: read
1818
packages: write
1919
steps:
20-
- uses: actions/checkout@v3.3.0
20+
- uses: actions/checkout@v4.1.1
2121

22-
- uses: DeterminateSystems/nix-installer-action@v1
22+
- uses: DeterminateSystems/nix-installer-action@v9
2323
continue-on-error: true # Self-hosted runners already have Nix installed
2424

2525
- name: Install Attic
@@ -57,7 +57,7 @@ jobs:
5757
xargs attic push "ci:$ATTIC_CACHE"
5858
fi
5959
- name: Log in to the Container registry
60-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
60+
uses: docker/login-action@v3.0.0
6161
if: runner.os == 'Linux' && github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
6262
with:
6363
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)