Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 6cb63ab commit b5777cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Update archive
uses: linuxsuren/yaml-readme@v0.0.16
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Record:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: orbit
uses: linuxsuren/orbit-assistant@master
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
with:
repository: opensource-f2f/website

Expand Down

0 comments on commit b5777cd

Please sign in to comment.