Skip to content

Commit 615ff56

Browse files
authored
Bump Actions due to node deprecations
1 parent c9bd98b commit 615ff56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
container:
88
runs-on: [ubuntu-latest]
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Docker Build
1212
shell: bash
1313
run: |
1414
docker build . -t ghcr.io/${GITHUB_REPOSITORY,,}:$(date +%Y%m%d.$GITHUB_RUN_NUMBER)
1515
- name: Login to GitHub Container Registry
16-
uses: docker/login-action@v2
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}

0 commit comments

Comments
 (0)