Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 27, 2024
1 parent e05573b commit 4309b20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittestagenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 'v21.4.0' # works on macOS
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittestlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
brew install subversion
if: ${{ runner.os == 'macOS' }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittestnavigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: '18.16.0'
# it seems that using the default Ubuntu version of node (14.19.0)
# somehow fails to set the correct path for rake to use
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 4309b20

Please sign in to comment.