Skip to content

Commit c61f8c3

Browse files
committed
GH actions: bump action versions
1 parent 36d5a7f commit c61f8c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event_name == 'push'
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Log into Github registry
1616
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

.github/workflows/runtime.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event_name == 'push'
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Log into Github registry
1616
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -35,19 +35,19 @@ jobs:
3535
bzip2 artifacts/*
3636
3737
- name: Upload curator executable
38-
uses: actions/upload-artifact@v1
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: curator
4141
path: artifacts/curator.bz2
4242

4343
- name: Upload casa-curator executable
44-
uses: actions/upload-artifact@v1
44+
uses: actions/upload-artifact@v3
4545
with:
4646
name: casa-curator
4747
path: artifacts/casa-curator.bz2
4848

4949
- name: Publish artifacts
50-
uses: svenstaro/upload-release-action@v1-release
50+
uses: svenstaro/upload-release-action@v2
5151
with:
5252
repo_token: ${{ secrets.GITHUB_TOKEN }}
5353
file: artifacts/*

0 commit comments

Comments
 (0)