Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/babel/traverse-7.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Dec 1, 2023
2 parents bc27ca3 + 359012d commit 36749b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Cache Deployment
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand All @@ -43,7 +43,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand All @@ -62,7 +62,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand Down

0 comments on commit 36749b4

Please sign in to comment.