Pin SHA commits and update docs with latest versions (#1338)

* Update GitHub Actions to use checkout and setup-python actions version 7

* Fix formatting in publish-immutable-actions.yml
This commit is contained in:
Haritha
2026-07-19 22:02:03 -05:00
committed by GitHub
parent 4ab7e95f05
commit 5fda3b95a4
10 changed files with 128 additions and 128 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: setup-python ${{ matrix.graalpy }}
id: setup-python
@@ -85,7 +85,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: setup-python ${{ matrix.graalpy }}
id: setup-python
@@ -107,7 +107,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup GraalPy and check latest
uses: ./
id: graalpy