Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
jon-larsen authored Oct 25, 2024
2 parents bde6c87 + ee3e31e commit 7293099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run:
working-directory: .
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Login to Docker container registry
uses: docker/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
IMAGE_VERSION: ${{ format('{0}-{1}', needs.pre_job.outputs.date, github.sha) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Login to Docker container registry
uses: docker/[email protected]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
REPO: ${{ github.repository }}
IMAGE_VERSION: ${{ format('{0}-{1}', needs.pre_job.outputs.date, github.sha) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ format('{0}-k8s-config', github.repository) }}
token: ${{ secrets.GITOPS_PAT }}
Expand Down

0 comments on commit 7293099

Please sign in to comment.