forked from bcgov/NotifyBC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #55 from bcgov/renovate/github-actions-all
chore(deps): update github actions all dependencies
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
persist-credentials: false | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: ${{ vars.NODE_VERSION }} | ||
- name: Install, build, lint and test:e2e 🔧 | ||
|
@@ -35,7 +35,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
persist-credentials: false | ||
- name: Docker meta | ||
|
@@ -50,13 +50,13 @@ jobs: | |
type=semver,pattern={{major}}.{{minor}} | ||
type=semver,pattern={{major}} | ||
- name: Login to GitHub Container Registry | ||
uses: docker/login-action@v3.1.0 | ||
uses: docker/login-action@v3.3.0 | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Publish Container 🚀 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: true | ||
|
@@ -69,7 +69,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
persist-credentials: false | ||
- name: Decrypt values.ocp4.dev.yaml.gpg | ||
|