Compare commits

...

3 Commits

Author SHA1 Message Date
Codex
2d777f9862 Adapt action runtime for Gitea node20 runners
Some checks failed
Lint and Test / lint-and-test (push) Has been cancelled
2026-04-17 23:54:53 +08:00
Jill Regan
2a9101f21d Merge pull request #156 from 1Password/jill/bump-actions
Some checks failed
Lint and Test / lint-and-test (push) Has been cancelled
Bump Actions
2026-03-27 08:26:34 -04:00
Jill Regan
5b18565a3b bump actions 2026-03-24 15:05:17 -04:00
4 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ jobs:
export-env: [true, false]
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ inputs.ref }}
@@ -146,7 +146,7 @@ jobs:
export-env: [true, false]
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ inputs.ref }}

View File

@@ -9,7 +9,7 @@ jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0

View File

@@ -15,5 +15,5 @@ inputs:
description: Specify which 1Password CLI version to install. Defaults to "latest".
default: "latest"
runs:
using: "node24"
using: "node20"
main: "dist/index.js"

View File

@@ -9,5 +9,5 @@ inputs:
service-account-token:
description: Your 1Password service account token
runs:
using: "node24"
using: "node20"
main: "dist/index.js"