Skip to content

Commit

Permalink
Update CI Actions Checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Feb 7, 2024
1 parent 199e8c8 commit 2b66646
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/4_2_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout Redmine
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: redmine/redmine
ref: ${{ env.REDMINE_VERSION }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: gem install bundler -v '~> 1.0'

- name: Checkout dependencies - Base RSpec plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jbbarth/redmine_base_rspec
path: redmine/plugins/redmine_base_rspec
Expand Down Expand Up @@ -114,19 +114,19 @@ jobs:
bundle exec rails test:scm:setup:subversion
- name: Checkout dependencies - Base Deface plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jbbarth/redmine_base_deface
path: redmine/plugins/redmine_base_deface

- name: Checkout dependencies - Base StimulusJS plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nanego/redmine_base_stimulusjs
path: redmine/plugins/redmine_base_stimulusjs

- name: Checkout plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: redmine/plugins/${{ env.PLUGIN_NAME }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/5_0_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout Redmine
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: redmine/redmine
ref: ${{ env.REDMINE_VERSION }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: gem install bundler -v '~> 1.0'

- name: Checkout dependencies - Base RSpec plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jbbarth/redmine_base_rspec
path: redmine/plugins/redmine_base_rspec
Expand Down Expand Up @@ -114,19 +114,19 @@ jobs:
bundle exec rails test:scm:setup:subversion
- name: Checkout dependencies - Base Deface plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jbbarth/redmine_base_deface
path: redmine/plugins/redmine_base_deface

- name: Checkout dependencies - Base StimulusJS plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nanego/redmine_base_stimulusjs
path: redmine/plugins/redmine_base_stimulusjs

- name: Checkout plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: redmine/plugins/${{ env.PLUGIN_NAME }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout Redmine
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: redmine/redmine
ref: ${{ env.REDMINE_VERSION }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: gem install bundler -v '~> 1.0'

- name: Checkout dependencies - Base RSpec plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jbbarth/redmine_base_rspec
path: redmine/plugins/redmine_base_rspec
Expand Down Expand Up @@ -114,19 +114,19 @@ jobs:
bundle exec rails test:scm:setup:subversion
- name: Checkout dependencies - Base Deface plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jbbarth/redmine_base_deface
path: redmine/plugins/redmine_base_deface

- name: Checkout dependencies - Base StimulusJS plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nanego/redmine_base_stimulusjs
path: redmine/plugins/redmine_base_stimulusjs

- name: Checkout plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: redmine/plugins/${{ env.PLUGIN_NAME }}

Expand Down

0 comments on commit 2b66646

Please sign in to comment.