Skip to content

Commit

Permalink
Enhancement: Update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 8, 2024
1 parent 08fa7ad commit b038d98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ShellCheck
run: find . -type f -name '*.sh' | grep -v generate-stackbrew-library | xargs shellcheck
2 changes: 1 addition & 1 deletion .github/workflows/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: '1.10'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Build full image: binary with runtime
- name: Build full image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2-current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version:
- "2.6"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Build full image: binary with runtime
- name: Build full image
working-directory: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2-lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version:
- "2.2"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Build full image: binary with runtime
- name: Build full image
working-directory: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2-previous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "2.4"
- "2.5"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Build full image: binary with runtime
- name: Build full image
working-directory: ${{ matrix.version }}
Expand Down

0 comments on commit b038d98

Please sign in to comment.