Skip to content

Commit 5b1accf

Browse files
authored
Update action and Ubuntu versions (#28)
1 parent ce95605 commit 5b1accf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/demo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ on: push
33
jobs:
44
demo:
55
name: Demo the repo's capability
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-22.04
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- name: Upload a single file
10-
uses: devicons/public-upload-to-imgur@main
10+
uses: devicons/public-upload-to-imgur@v2.2.2
1111
id: step_1
1212
with:
1313
path: ./docs/example.PNG
1414
client_id: ${{secrets.IMGUR_CLIENT_ID}}
1515
- name: Upload a folder with multiple files
16-
uses: devicons/public-upload-to-imgur@main
16+
uses: devicons/public-upload-to-imgur@v2.2.2
1717
id: step_2
1818
with:
1919
path: ./docs/
2020
client_id: ${{secrets.IMGUR_CLIENT_ID}}
2121
- name: Upload a glob pattern
22-
uses: devicons/public-upload-to-imgur@main
22+
uses: devicons/public-upload-to-imgur@v2.2.2
2323
id: step_3
2424
with:
2525
path: ./*/*.png

0 commit comments

Comments
 (0)