Compare commits

...

4 Commits

Author SHA1 Message Date
Fabian
cd2ce8fcbc Merge pull request #404 from salmanmkc/node24
Update Node.js version to 24.x
2026-03-24 18:31:09 -05:00
Salman Muin Kayser Chishti
bbe2a950ee Update Node.js version to 24.x
Bump Node.js version from 20.10.0 to 24.4.0 in .node-version and update action.yml to use node24 runtime for improved compatibility and support.
2025-07-29 13:52:03 +01:00
Joel Ambass
854d7aa1b9 Merge pull request #374 from actions/Jcambass-patch-1
Add workflow file for publishing releases to immutable action package
2024-10-03 11:03:50 +02:00
Joel Ambass
306bb814f2 Add workflow file for publishing releases to immutable action package
This workflow file publishes new action releases to the immutable action package of the same name as this repo.

This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.
2024-09-23 13:59:10 +02:00
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
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@v4
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.3

View File

@@ -1 +1 @@
20.10.0 24.4.0

View File

@@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site' description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
author: 'GitHub' author: 'GitHub'
runs: runs:
using: 'node20' using: 'node24'
main: 'dist/index.js' main: 'dist/index.js'
inputs: inputs:
token: token: