Skip to content

Commit e523a90

Browse files
authored
Merge pull request #539 from AuthMe/dependabot/github_actions/dependencies/actions/checkout-7.0.1
Bump actions/checkout from 7.0.0 to 7.0.1
2 parents 65bdae9 + 988442c commit e523a90

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven_jdk8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
1313

1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
with:
1717
persist-credentials: false
1818

.github/workflows/maven_jdk_lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Java ${{ matrix.java }} build
1616

1717
steps:
18-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919
with:
2020
persist-credentials: false
2121

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
# Git Checkout
5151
- name: Checkout Code
52-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5353
with:
5454
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5555

0 commit comments

Comments
 (0)