Skip to content

Commit 8f74e95

Browse files
chore(deps): update github actions (#2295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alison Hart <[email protected]>
1 parent 9f5fea9 commit 8f74e95

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
11+
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
1212
with:
1313
experimental: true
1414
reshim: true

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
outputs:
5454
commit_context: ${{ steps.extract_context.outputs.context }}
5555
steps:
56-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757
with:
5858
fetch-depth: 0 # we need tags for dynamic versioning
5959
show-progress: false
@@ -183,7 +183,7 @@ jobs:
183183
SKIP_PODMAN: 1
184184
SKIP_DOCKER: 1
185185
steps:
186-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
186+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
187187
with:
188188
fetch-depth: 0 # we need tags for dynamic versioning
189189
show-progress: false
@@ -487,7 +487,7 @@ jobs:
487487

488488
steps:
489489
- name: Checkout Source # needed by codecov uploader
490-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
490+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
491491
with:
492492
fetch-depth: 0
493493

@@ -609,7 +609,7 @@ jobs:
609609
- check
610610
steps:
611611
- name: Checkout Source
612-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
612+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
613613
with:
614614
fetch-depth: 0
615615

@@ -618,7 +618,7 @@ jobs:
618618
corepack enable
619619
npm config set fund false
620620
621-
- uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
621+
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
622622

623623
- name: Download the artifact
624624
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -661,7 +661,7 @@ jobs:
661661
with:
662662
name: "@ansible-ansible-language-server-build-${{ github.event.number || github.run_id }}.tgz"
663663

664-
- uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
664+
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
665665

666666
- run: npm publish --access public @ansible-ansible-language-server-*.tgz
667667
env:

0 commit comments

Comments
 (0)