Skip to content

Commit 74f4f1d

Browse files
authored
bump GH actions versions (#437)
1 parent 88cc7f8 commit 74f4f1d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Checkout"
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: "Update Archive"
1818
uses: martinthomson/i-d-template@v1
@@ -27,6 +27,6 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: "Save Archive"
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
path: archive.json

.github/workflows/ghpages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: "Checkout"
23-
uses: actions/checkout@v2
24-
23+
uses: actions/checkout@v4
24+
2525
- name: Install System Dependencies
2626
run: sudo apt-get install --yes libyaml-dev openssl ruby-dev
2727

@@ -33,7 +33,7 @@ jobs:
3333
date -u "+::set-output name=date::%FT%T"
3434
3535
- name: "Cache References"
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: |
3939
${{ steps.cache-setup.outputs.path }}
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: "Archive Built Drafts"
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v4
5858
with:
5959
path: |
6060
draft-*.html

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout"
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
# See https://github.com/actions/checkout/issues/290
1717
- name: "Get Tag Annotations"
@@ -25,7 +25,7 @@ jobs:
2525
date -u "+::set-output name=date::%FT%T"
2626
2727
- name: "Cache References"
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: |
3131
${{ steps.cache-setup.outputs.path }}
@@ -44,6 +44,6 @@ jobs:
4444
make: upload
4545

4646
- name: "Archive Submitted Drafts"
47-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
4949
path: "draft-*-[0-9][0-9].xml"

0 commit comments

Comments
 (0)