Skip to content

Commit 34bf6fb

Browse files
Merge pull request #494 from reload/dependabot/github_actions/actions/checkout-5
2 parents 194db0a + 4dc1b6d commit 34bf6fb

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@v4
9+
- uses: actions/checkout@v5
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@v4
8+
- uses: actions/checkout@v5
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@v4
30+
- uses: actions/checkout@v5
3131
- name: Setup PHP, with composer and extensions
3232
uses: shivammathur/setup-php@master
3333
with:

0 commit comments

Comments
 (0)