Skip to content

Commit

Permalink
Merge pull request #16 from ironpeakservices/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-v2.3.3

chore(deps): bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
hazcod authored Sep 24, 2020
2 parents 57e2de7 + c1191e9 commit a2abc7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/[email protected].2
- uses: actions/[email protected].3
- name: hadolint
uses: burdzwastaken/[email protected]
env:
Expand All @@ -17,7 +17,7 @@ jobs:
name: docker build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: extract tag
id: vars
run: echo ::set-output name=debian_version::$(grep '^FROM debian' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: dockerbuild
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: extract tag
id: vars
run: echo ::set-output name=debian_version::$(grep '^FROM debian' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: docker build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: extract tag
id: vars
run: |
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/[email protected].2
- uses: actions/[email protected].3
- uses: haya14busa/action-update-semver@v1
with:
major_version_tag_only: false

0 comments on commit a2abc7b

Please sign in to comment.