File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
if : github.repository == 'zhaofengli/attic'
17
17
18
18
steps :
19
- - uses : actions/checkout@v3.0.2
19
+ - uses : actions/checkout@v4.1.1
20
20
21
- - uses : DeterminateSystems/nix-installer-action@v1
21
+ - uses : DeterminateSystems/nix-installer-action@v9
22
22
continue-on-error : true # Self-hosted runners already have Nix installed
23
23
24
24
- name : Install Attic
@@ -40,12 +40,12 @@ jobs:
40
40
cp --recursive --dereference --no-preserve=mode,ownership result public
41
41
42
42
- name : Upload book artifact
43
- uses : actions/upload-pages-artifact@v1 .0.7
43
+ uses : actions/upload-pages-artifact@v2 .0.0
44
44
with :
45
45
path : public
46
46
47
47
- name : Deploy book
48
- uses : actions/deploy-pages@v1.2.3
48
+ uses : actions/deploy-pages@v3.0.1
49
49
50
50
# TODO: Just take a diff of the list of store paths, also abstract all of this out
51
51
- name : Push build artifacts
Original file line number Diff line number Diff line change 17
17
contents : read
18
18
packages : write
19
19
steps :
20
- - uses : actions/checkout@v3.3.0
20
+ - uses : actions/checkout@v4.1.1
21
21
22
- - uses : DeterminateSystems/nix-installer-action@v1
22
+ - uses : DeterminateSystems/nix-installer-action@v9
23
23
continue-on-error : true # Self-hosted runners already have Nix installed
24
24
25
25
- name : Install Attic
57
57
xargs attic push "ci:$ATTIC_CACHE"
58
58
fi
59
59
- name : Log in to the Container registry
60
- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
60
+ uses : docker/login-action@v3.0.0
61
61
if : runner.os == 'Linux' && github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
62
62
with :
63
63
registry : ${{ env.REGISTRY }}
You can’t perform that action at this time.
0 commit comments