Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1555 from taraldefi/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
dorucioclea authored Aug 27, 2024
2 parents 8059435 + 7e905fa commit 8186637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "Received choice: $BUILD_CHOICE_VALUE"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "Received choice: $BUILD_CHOICE_VALUE"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup SSH Key
run: |
Expand Down

0 comments on commit 8186637

Please sign in to comment.