Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update actions/checkout action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 8bc0ec7 commit bd75d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
submodules: recursive

Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Download Library-osx artifact from macos-latest
uses: actions/download-artifact@v3.0.2
Expand Down

0 comments on commit bd75d37

Please sign in to comment.