We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b32e88 commit 8da1228Copy full SHA for 8da1228
.github/workflows/test.yml
@@ -24,14 +24,14 @@ jobs:
24
ruby-version: '3.4'
25
26
steps:
27
- - uses: hidakatsuya/action-setup-redmine@v1
+ - uses: hidakatsuya/action-setup-redmine@0147e23d3e5516edf2a0d2cca095570283ca81b4 # v2.0.0
28
with:
29
repository: ${{ matrix.redmine-repository }}
30
version: ${{ matrix.redmine-version }}
31
ruby-version: ${{ matrix.ruby-version }}
32
database: 'postgres:14'
33
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
36
path: plugins/redmine_message_customize
37
0 commit comments