2 parents e25dc91 + 9dd0294 commit fe840a5Copy full SHA for fe840a5
1 file changed
.github/workflows/auto-update.yml
@@ -8,17 +8,17 @@ jobs:
8
update-jpostcode-data:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
- name: Set up Ruby
13
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
14
with:
15
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
16
- name: update jpostcode data
17
run: bundle exec rake jpostcode:data:update_all
18
env:
19
RUBYOPT: "-w"
20
- name: Create Pull Request
21
- uses: peter-evans/create-pull-request@v8
+ uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
22
23
base: master
24
branch: update_jpostcode_data
0 commit comments