Skip to content

Commit 9da1ba8

Browse files
authored
Merge pull request #115 from rancher/renovate/github-actions
chore(deps): update github actions
2 parents ffb0807 + cb9d1c6 commit 9da1ba8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717

1818
- name: Install Go
19-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
19+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2020
with:
2121
go-version: 'stable'
2222

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616

1717
- name: Install Go
18-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
18+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1919
with:
2020
go-version: 'stable'
2121

@@ -52,7 +52,7 @@ jobs:
5252
echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
5353
5454
- name: "Cache ~/.cache/lima"
55-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
55+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5656
with:
5757
path: ~/.cache/lima
5858
key: lima-${{ env.LIMA_VERSION }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following list shows the expected tag to (example) transformation for RPM's
5252

5353
[centos8]: https://github.com/rancher/rancher-selinux/tree/main/policy/centos8
5454
[centos9]: https://github.com/rancher/rancher-selinux/tree/main/policy/centos9
55-
[fedora41]: https://github.com/rancher/rancher-selinux/tree/main/policy/fedora41
55+
[fedora42]: https://github.com/rancher/rancher-selinux/tree/main/policy/fedora42
5656
[microos]: https://github.com/rancher/rancher-selinux/tree/main/policy/microos
5757
[fluentbit]: https://github.com/rancher/charts/blob/262597a41a175cfb4785d70fd76b33d56f8c1f95/charts/rancher-logging/106.0.1%2Bup4.10.0-rancher.4/templates/loggings/k3s/daemonset.yaml#L22
5858
[node-exporter]: https://github.com/rancher/charts/blob/262597a41a175cfb4785d70fd76b33d56f8c1f95/charts/rancher-monitoring/106.0.1%2Bup66.7.1-rancher.10/charts/prometheus-node-exporter/templates/daemonset.yaml#L51

0 commit comments

Comments
 (0)