Skip to content

Commit eff87d7

Browse files
Merge pull request #4 from DiogoRibeiro7/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ecca817 + 5398701 commit eff87d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:

.github/workflows/profile-3d.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: generate-github-profile-3d-contrib
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: Tech-Fear/github-profile-3d-contrib-Update@main
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.METRICS_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
# Bump version on merging Pull Requests with specific labels.
1616
# (bump:major,bump:minor,bump:patch)
1717
- uses: haya14busa/action-bumpr@v1

0 commit comments

Comments
 (0)