Skip to content

Commit

Permalink
Merge pull request #30 from endlessm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
wjt authored Sep 5, 2024
2 parents 752770c + dbe2d20 commit 7058d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build Docker Image
run: docker build --tag amp .
- name: Save Docker Image
Expand All @@ -26,7 +26,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get Docker Image
uses: actions/download-artifact@v2
with:
Expand All @@ -44,7 +44,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get Docker Image
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 7058d31

Please sign in to comment.