Skip to content

Commit

Permalink
Merge pull request #55 from bcgov/renovate/github-actions-all
Browse files Browse the repository at this point in the history
chore(deps): update github actions all dependencies
  • Loading branch information
mhaswell-bcgov authored Sep 13, 2024
2 parents c07845e + baebf5f commit 254209c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.7
with:
persist-credentials: false
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install, build, lint and test:e2e 🔧
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.7
with:
persist-credentials: false
- name: Docker meta
Expand All @@ -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
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.7
with:
persist-credentials: false
- name: Decrypt values.ocp4.dev.yaml.gpg
Expand Down

0 comments on commit 254209c

Please sign in to comment.