Skip to content

Commit

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

chore(deps): bump actions/checkout from 4.1.6 to 4.2.2
  • Loading branch information
hazcod authored Dec 6, 2024
2 parents 66c7b10 + 33eeabc commit d993f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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@v4.1.6
- uses: actions/checkout@v4.2.2
- 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@v4.1.6
- uses: actions/checkout@v4.2.2
- 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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.2
-
uses: go-semantic-release/[email protected]
id: version
Expand Down

0 comments on commit d993f43

Please sign in to comment.