0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-11-28 01:51:57 +02:00
checkout/.github/workflows/publish-immutable-actions.yml
eric sciple c8175b1288 Update all references from v5 and v4 to v6
- Updated README.md examples to reference @v6
- Updated all workflow files to use actions/checkout@v6
2025-11-24 01:04:10 +00:00

20 lines
375 B
YAML

name: 'Publish Immutable Action Version'
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checking out
uses: actions/checkout@v6
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.3