chore(deps): update actions/checkout digest to 0ad4b8f (#1148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
index 18a2da3..41d19f2 100644
--- a/.github/workflows/image.yml
+++ b/.github/workflows/image.yml
@@ -22,7 +22,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout project
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Install Earthly
uses: earthly/actions-setup@v1
diff --git a/.github/workflows/manila.yml b/.github/workflows/manila.yml
index c1021ff..3b48e03 100644
--- a/.github/workflows/manila.yml
+++ b/.github/workflows/manila.yml
@@ -33,7 +33,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout project
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
@@ -48,7 +48,7 @@
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Clone openstack/manila-image-elements
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
repository: openstack/manila-image-elements
path: manila-image-elements
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 9f2c9ba..65b8373 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -11,7 +11,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout project
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Build and publish collection
uses: artis3n/ansible_galaxy_collection@3368f56529a2ef47ef0ac1ecfcda039f90d0174a # v2
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5ae60c4..5cd9ff1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout project
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Run "release-please"
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4