Skip to content

Commit

Permalink
Updated github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Feb 2, 2024
1 parent 9d4b22b commit 45eab8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scatter_build_and_push_to_ghcrio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
# Standard checkout step
- name: Checkout code
id: checkout_code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# Log in to GitHub Container registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -44,7 +44,7 @@ jobs:
# Standard checkout step
- name: Checkout code
id: git_checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
# Tag to path
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
max-parallelism = 2
# Log in to GitHub Container registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 45eab8a

Please sign in to comment.