Skip to content

Commit

Permalink
Merge pull request #60 from friendsofstrandseq/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.1.7

Bump actions/checkout from 3.2.0 to 4.1.7
  • Loading branch information
weber8thomas authored Jun 25, 2024
2 parents 2c14ae0 + e833e70 commit a45db65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: Formatting using Super-Linter
uses: github/super-linter@v4
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository with submodules
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: 'recursive' # Ensures all submodules are checked out
lfs: true # Ensures LFS objects for the main repo are pulled
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
# - Linting
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.1.7

- name: Run read-yaml action
id: yaml-data
Expand Down

0 comments on commit a45db65

Please sign in to comment.