Skip to content

Commit 0785017

Browse files
committed
[ci skip] version固定を外す
1 parent c6649ec commit 0785017

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/on-created.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: ${{ github.repository != 'dbgofy/isucon-boilerplate' }}
1111
steps:
12-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+
- uses: actions/checkout@v4
1313
- name: config git
1414
run: |
1515
git config user.name $GITHUB_ACTOR

.github/workflows/update-hosts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: update-hosts
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@v4
1515
- name: generate config for prometheus
1616
run: |
1717
jq -sR '

.github/workflows/update-sshkeys.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: update-sshkeys
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@v4
1515
- name: ensure ssh directory
1616
run: mkdir -p root/.ssh
1717
- name: replace ssh keys
18-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
18+
uses: actions/github-script@v7
1919
with:
2020
script: |
2121
const fs = require('fs');

0 commit comments

Comments
 (0)