Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 8f0a174 commit d759054
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.4
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.4
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.4
with:
ref: gh-pages

Expand Down

0 comments on commit d759054

Please sign in to comment.