Skip to content

Commit a77b7be

Browse files
app-rails: Update template-application-rails to version 0.4.1.post30.dev0+1214cad
1 parent bdc2389 commit a77b7be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-app-rails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Lint
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

2929
# https://github.com/docker/compose/issues/1973
3030
- name: Create required env files
@@ -38,7 +38,7 @@ jobs:
3838
name: Test
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242

4343
- run: make init-container
4444
- run: make precompile-assets
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.4.1-29-gba07bd8
2+
_commit: v0.4.1-30-g1214cad
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

0 commit comments

Comments
 (0)