3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-12-25 06:17:02 +00:00

Merge tag 'v4.2.3' into v4

This commit is contained in:
Cyril Rohr 2025-05-27 14:14:08 +02:00
commit ae0e379aa0
No known key found for this signature in database
51 changed files with 47147 additions and 9608 deletions

View file

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