Skip to content

Commit

Permalink
Merge pull request #108 from guoard/actions/checkout
Browse files Browse the repository at this point in the history
Upgrade actions/checkout from v2 to v4
  • Loading branch information
hryamzik authored Nov 26, 2024
2 parents 0de3dde + 8d4ca5d commit fd2027f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CI/CD
'on':
on:
pull_request:
push:
branches:
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install hadolint.
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build docker image.
run: docker build --no-cache --tag ${GITHUB_REPOSITORY,,}:${GITHUB_RUN_ID} .
Expand Down

0 comments on commit fd2027f

Please sign in to comment.