Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 8f0a174 commit eb6bc90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checking out Repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.5
with:
ref: gh-pages

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checking out Repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.5
with:
ref: gh-pages

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checking out Repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.5
with:
ref: gh-pages

Expand Down

0 comments on commit eb6bc90

Please sign in to comment.