Skip to content

Commit

Permalink
Update actions to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Mar 6, 2024
1 parent 6b73e48 commit 4269b6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockercache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- name: Check for cached docker image
id: cached-docker
uses: actions/cache@v3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: dockerimage-${{ hashFiles(inputs.dockerfile) }}.tar
key: ${{ runner.os }}-dockerimagetar-${{ hashFiles(inputs.dockerfile) }}
Expand All @@ -41,7 +41,7 @@ runs:
shell: bash

- name: Always save cache
uses: actions/cache/save@v3
uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
if: steps.cached-docker.outputs.cache-hit != 'true'
with:
path: dockerimage-${{ hashFiles(inputs.dockerfile) }}.tar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read # This is required for actions/checkout
steps:
- name: Checkout main project
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true

Expand All @@ -25,7 +25,7 @@ jobs:
dockerfile: docker/Dockerfile

- name: 'Az CLI login'
uses: azure/login@v1
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout main project
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true

Expand Down

0 comments on commit 4269b6a

Please sign in to comment.