Skip to content

Commit

Permalink
Updating messages from v3 to v4
Browse files Browse the repository at this point in the history
To get rid of the deprecation warning
  • Loading branch information
blumem authored Mar 11, 2024
1 parent 2da0f53 commit 649f3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set Current Date As Env Variable
- name: Set current date as env variable
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 649f3d0

Please sign in to comment.