Skip to content

Commit

Permalink
Merge pull request #24 from gdemengin/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
gdemengin authored Sep 11, 2023
2 parents 06e28d8 + b2020dc commit fb35d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: test on jenkins lts
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test jenkins-lts
uses: ./test/jenkins-lts/

Expand All @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-latest
name: test on jenkins last good version
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test jenkins-last
uses: ./test/jenkins-last/

jenkins-2-190-1:
runs-on: ubuntu-latest
name: test on jenkins 2.190.1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test jenkins-2.190.1
uses: ./test/jenkins-2.190.1/
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: test on jenkins-lts
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test jenkins-lts
uses: ./test/jenkins-lts/
- name: Update last good version
Expand Down

0 comments on commit fb35d8f

Please sign in to comment.