Skip to content

Commit

Permalink
Merge pull request #37 from hapakaien/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
dependabot[bot] authored Sep 10, 2023
2 parents c058d80 + fd1dbe5 commit 47fa19d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update action.yml to build locally
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to ghcr.io
uses: redhat-actions/podman-login@v1
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get sample PKGBUILD
run: wget https://github.com/hapakaien/plenti-bin/raw/f5ffaaee02a2119aa16f6b7a27e87e198e096b47/PKGBUILD
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get branch/tag names
id: branch-name
Expand Down

0 comments on commit 47fa19d

Please sign in to comment.