Skip to content

Commit

Permalink
Update workflow dependencies (kokkos#188)
Browse files Browse the repository at this point in the history
* Update workflow dependencies

* Set exact version for jlumbroso/free-disk-space

* Update .github/workflows/cleanup_base.yaml

Consistency with the current policy of versions

---------

Co-authored-by: Thomas Padioleau <[email protected]>
  • Loading branch information
2 people authored and Yuuichi Asahi committed Nov 26, 2024
1 parent 97bc37f commit b6e72f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.2.0
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: true
large-packages: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__check_docker_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Get changed Docker files
id: get_changed_docker_files
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v45
with:
files: docker/**/Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.2.0
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: true
large-packages: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Cleanup old images
uses: SmartsquareGmbH/delete-old-packages@v0.7.0
uses: SmartsquareGmbH/delete-old-packages@v0.8.1
with:
organization: kokkos
type: container
Expand Down

0 comments on commit b6e72f2

Please sign in to comment.