Skip to content

Commit 0a50a75

Browse files
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b8d622 commit 0a50a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
if: '!github.event.deleted'
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2.4.0
9+
- uses: actions/checkout@v3
1010
- name: Docker build
1111
run: docker build --tag github-security-jira:latest .
1212
- name: Run in Docker

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Codestyle
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2.4.0
8+
- uses: actions/checkout@v3
99
- name: Setup PHP, with composer and extensions
1010
uses: shivammathur/setup-php@master
1111
with:
@@ -27,7 +27,7 @@ jobs:
2727
name: Static Code Analysis
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v2.4.0
30+
- uses: actions/checkout@v3
3131
- name: Setup PHP, with composer and extensions
3232
uses: shivammathur/setup-php@master
3333
with:

0 commit comments

Comments
 (0)