Skip to content

Commit 2305682

Browse files
committed
.github/workflows/deploy.yaml: update actions versions
1 parent 27bd215 commit 2305682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
deploy:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: test
1111
run: |
1212
composer update
@@ -22,7 +22,7 @@ jobs:
2222
sleep 1
2323
curl -i 'http://127.0.0.1:8080/?id=https%3A%2F%2Fid.acdh.oeaw.ac.at%2Fgtrans'
2424
- name: authorize against docker hub
25-
uses: docker/login-action@v1
25+
uses: docker/login-action@v3
2626
with:
2727
username: zozlak
2828
password: ${{ secrets.DOCKERHUBTOKEN }}

0 commit comments

Comments
 (0)