Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.1.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent d0ba3d4 commit 645e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
echo "SWAP_SPACE_BEFORE=$(if $(free -m | sed -n '3{p;q}' | grep -i swap &> /dev/null); then echo $(free -m | sed -n '3{p;q}' | awk '{print $2}'); else echo 0; fi;)" >> $GITHUB_ENV
- name: Check out swap-space
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.0
with:
repository: get-bridge/swap-space
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 645e252

Please sign in to comment.