Skip to content

Commit

Permalink
Merge pull request #83 from IABTechLab/tjm-fix-pipeline-warnings
Browse files Browse the repository at this point in the history
Update action versions to remove warnings
  • Loading branch information
thomasm-ttd authored Apr 24, 2024
2 parents fa3efa6 + d6854f4 commit 41e0091
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-cstg-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand All @@ -30,7 +30,7 @@ jobs:
tags: |
type=sha,format=short
- name: Build and push Docker CSTG Example image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: examples/cstg
push: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-secure-signal-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand All @@ -30,7 +30,7 @@ jobs:
type=sha,format=short
type=raw,value=latest
- name: Build and push Docker server_only image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: examples/google-secure-signals-integration/server_only
push: true
Expand All @@ -43,7 +43,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand All @@ -59,7 +59,7 @@ jobs:
type=sha,format=short
type=raw,value=latest
- name: Build and push Docker standard image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: examples/google-secure-signals-integration/with_sdk_v3
push: true
Expand Down

0 comments on commit 41e0091

Please sign in to comment.