Skip to content

Commit

Permalink
Merge pull request #118 from ironpeakservices/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-3.3.0

feat(deps): bump actions/checkout from 2.4.0 to 3.3.0
  • Loading branch information
hazcod authored May 27, 2024
2 parents 93d2426 + 3a15035 commit d86fead
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: dockerfile lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
- name: hadolint
uses: burdzwastaken/[email protected]
env:
Expand All @@ -17,7 +17,7 @@ jobs:
name: docker build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
- name: extract tag
id: vars
run: echo ::set-output name=alpine_version::$(grep '^FROM alpine' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
needs: dockerbuild
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
- name: extract tag
id: vars
run: echo ::set-output name=alpine_version::$(grep '^FROM alpine' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versionpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
- uses: haya14busa/[email protected]
with:
major_version_tag_only: false

0 comments on commit d86fead

Please sign in to comment.