Skip to content

Commit 9095da3

Browse files
Bump the all-actions group with 3 updates (#2)
1 parent 2ba9c15 commit 9095da3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-author-assign.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
assign-author:
1212
runs-on: [self-hosted, small]
1313
steps:
14-
- uses: toshimaru/auto-author-assign@v1.6.2
14+
- uses: toshimaru/auto-author-assign@v2.0.1

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Tests
1515
runs-on: [self-hosted, small]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- uses: ./.github/workflows/actions/prepare
1919
- name: Login to Docker Hub
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: hyperskill.azurecr.io
2323
username: ${{ secrets.REGISTRY_USER }}

0 commit comments

Comments
 (0)